summaryrefslogtreecommitdiffstats
path: root/arch/mips/dec/prom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/dec/prom/Makefile')
-rw-r--r--arch/mips/dec/prom/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/dec/prom/Makefile b/arch/mips/dec/prom/Makefile
index 33f906ece..c139bbda3 100644
--- a/arch/mips/dec/prom/Makefile
+++ b/arch/mips/dec/prom/Makefile
@@ -1,4 +1,4 @@
-# $Id: $
+# $Id: Makefile,v 1.1 1999/01/17 03:49:44 ralf Exp $
# Makefile for the DECstation prom monitor library routines
# under Linux.
#
@@ -24,6 +24,6 @@ rexlib.a: $(OBJS)
locore.o: locore.S
dep:
- $(CPP) -M *.c > .depend
+ $(CPP) $(CPPFLAGS) -M *.c > .depend
include $(TOPDIR)/Rules.make