acf166163e
fixes the build when ports/151047 is committed. Bump PORTREVISION Obtained from: exp-run for ports/151047
11 lines
313 B
Makefile
11 lines
313 B
Makefile
--- Make-default.mk.orig 2010-10-17 19:26:58.000000000 +0200
|
|
+++ Make-default.mk 2010-10-17 19:27:26.000000000 +0200
|
|
@@ -134,7 +134,7 @@
|
|
endif
|
|
|
|
.depend:
|
|
- $(CPP) $(INCFLAGS) $(CFLAGSD) $(COMPILFLAGS) $(SOURCES) > .depend
|
|
+ #$(CPP) $(INCFLAGS) $(CFLAGSD) $(COMPILFLAGS) $(SOURCES) > .depend
|
|
|
|
dep: .depend
|
|
|