XXX inline COMPILE since automake wont add it

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12429 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-07-06 23:42:56 +00:00
parent 431abedcbb
commit 6afd02e701

View File

@@ -59,5 +59,9 @@ CLEANFILES = $(MOD) $(OBJS)
SUFFIXES += .c .o
# XXX inline COMPILE since automake wont add it
.c.o:
$(COMPILE) -c $<
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
-c `test -f '$<' || echo '$(srcdir)/'`$<