inline COMPILE since (modern) automake doesn't add it by itself for some reason

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12237 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-05-08 10:29:45 +00:00
parent 739b4277ab
commit 6cf4820df6

View File

@@ -104,5 +104,9 @@ CLEANFILES = $(MOD) $(OBJS) so_locations
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)/'`$<