diff options
Diffstat (limited to 'textproc/expat2/files/patch-examples::Makefile.in')
-rw-r--r-- | textproc/expat2/files/patch-examples::Makefile.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/textproc/expat2/files/patch-examples::Makefile.in b/textproc/expat2/files/patch-examples::Makefile.in deleted file mode 100644 index 0247408dd5d7..000000000000 --- a/textproc/expat2/files/patch-examples::Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- examples/Makefile.in 2002/05/10 17:22:56 1.1 -+++ examples/Makefile.in 2002/05/10 17:30:01 -@@ -35,10 +35,10 @@ - all: elements outline - - elements: elements.o -- $(CC) -o $@ $< $(LDFLAGS) $(LIBS) -+ $(CC) -o $@ elements.o $(LDFLAGS) $(LIBS) - - outline: outline.o -- $(CC) -o $@ $< $(LDFLAGS) $(LIBS) -+ $(CC) -o $@ outline.o $(LDFLAGS) $(LIBS) - - check: $(SUBDIRS) - @echo |