mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
4ccf219acc
PR: 18604 Submitted by: Andrew L. Neporada <andrew@chg.ru> (took maintainership)
17 lines
349 B
Plaintext
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
|