summaryrefslogtreecommitdiff
path: root/devel/fastdep/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fastdep/files/patch-Makefile')
-rw-r--r--devel/fastdep/files/patch-Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/fastdep/files/patch-Makefile b/devel/fastdep/files/patch-Makefile
deleted file mode 100644
index cee1cb42ce72..000000000000
--- a/devel/fastdep/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig Mon Apr 28 20:40:22 2003
-+++ Makefile Mon Apr 28 20:41:03 2003
-@@ -26,7 +26,7 @@
- $(OBJECTS): config/config.me $(ALLMAKEFILES)
-
- $(BINARY): $(OBJECTS) $(ALLMAKEFILES)
-- g++ $(CFLAGS) $(CXXFLAGS) -o $(BINARY) $(OBJECTS)
-+ $(CXX) $(LDFLAGS) $(CXXFLAGS) -o $(BINARY) $(OBJECTS)
- # Here is a trick on how to get fastdep linking on older cygwins.
- # It's probably also needed to get it working on VC 6.0.
- # However, since I am still reworking the build environment for now,
-@@ -38,7 +38,7 @@
- #endif
-
- .cc.o: $(ALLMAKEFILES)
-- g++ $(CFLAGS) $(CXXFLAGS) -c $< -o $@
-+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@
-
- clean:
- -rm -f $(OBJECTS) $(BINARY) .depends-all