1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

The last try to fix install with gcc-3.4.2

Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-07-30 09:39:42 +00:00
parent 14a57a5817
commit b92dd93663
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115068

View File

@ -9,3 +9,12 @@
LIBS = -lvga -lm
#----------------------------------------------------------------------
@@ -56,7 +56,7 @@
$(INSTALLPROG) $(UTILPROGS) $(UTILINSTALLDIR)
.depend:
- gcc -MM $(patsubst %.o,$(srcdir)/utils/%.c,$(OBJECTS)) >.depend
+ $(CC) $(INCLUDES) -MM $(patsubst %.o,$(srcdir)/utils/%.c,$(OBJECTS)) >.depend
#
# include a dependency file if one exists