mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
d040b51b74
2: fix MOC's path. PR: 217486 Submitted by: yunchih@csie.ntu.edu.tw
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
--- modules/Makefile.orig 2013-10-05 03:31:52 UTC
|
|
+++ modules/Makefile
|
|
@@ -38,4 +38,4 @@ clean:
|
|
.depend:
|
|
$(CCX) $(CFLAGS) -MM *.cpp > $@
|
|
|
|
-include .depend
|
|
+#include .depend
|