1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/ftp/downloader/files/patch-ap
Chris Piazza 4ccf219acc Update to 1.16
PR:		18604
Submitted by:	Andrew L. Neporada <andrew@chg.ru> (took maintainership)
2000-05-19 08:26:08 +00:00

17 lines
349 B
Plaintext

--- face/Makefile.orig Thu May 11 05:55:43 2000
+++ face/Makefile Tue May 16 17:36:58 2000
@@ -2,10 +2,8 @@
buttons.o about.o saveload.o limface.o misc.o lod.o columns.o \
dndtrash.o passface.o mywidget.o
+.cc.o:
+ $(EXECC) -c $<
+
clean:
-rm -f *.o *~
-
-Makefile.dep:
- $(CXX) $(CXXFLAGS) -MM *.cc > Makefile.dep
-
--include Makefile.dep