summaryrefslogtreecommitdiffstats
path: root/arch/sparc/prom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/prom/Makefile')
-rw-r--r--arch/sparc/prom/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc/prom/Makefile b/arch/sparc/prom/Makefile
index 917aa9ad7..f8c41ccdf 100644
--- a/arch/sparc/prom/Makefile
+++ b/arch/sparc/prom/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1998/01/30 10:58:59 jj Exp $
+# $Id: Makefile,v 1.7 1999/12/21 04:02:21 davem Exp $
# Makefile for the Sun Boot PROM interface library under
# Linux.
#
@@ -22,6 +22,6 @@ promlib.a: $(OBJS)
sync
dep:
- $(CPP) -M *.c > .depend
+ $(CPP) $(CPPFLAGS) -M *.c > .depend
include $(TOPDIR)/Rules.make