summaryrefslogtreecommitdiff
path: root/lang/cli/files.5/patch-tools::nmake::makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cli/files.5/patch-tools::nmake::makefile.in')
-rw-r--r--lang/cli/files.5/patch-tools::nmake::makefile.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/cli/files.5/patch-tools::nmake::makefile.in b/lang/cli/files.5/patch-tools::nmake::makefile.in
deleted file mode 100644
index 67c2d968139d..000000000000
--- a/lang/cli/files.5/patch-tools::nmake::makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- tools/nmake/makefile.in.orig Thu Jun 20 02:45:41 2002
-+++ tools/nmake/makefile.in Fri Jul 26 18:33:33 2002
-@@ -57,7 +57,7 @@
- all: makefile $(TARGET_NAME)
-
- $(TARGET_NAME) : makefile $(OBJS)
-- ld -o $@ $(OBJS) $(REQUIRED_CRUNTIME) $(LDFLAGS) -l$(PAL_LIB) $(GCC_LIB)
-+ ld -o $@ $(OBJS) $(REQUIRED_CRUNTIME) $(LDFLAGS) -l$(PAL_LIB) $(GCC_LIB) -lstdc++ -lc_r -lc
-
- makefile : makefile.in
- @echo $? is newer than $@. Please rerun $(TOP_SRC_DIR)/configure.