No longer explicitly force the object name for the "makefile.o" object target

This commit is contained in:
Pierre Pronchery 2014-10-31 18:15:01 +01:00
parent 664e04a60f
commit b221d55c6a
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@ $(OBJDIR)makedepend: $(makedepend_OBJS)
$(CC) -o $(OBJDIR)makedepend $(makedepend_OBJS) $(makedepend_LDFLAGS)
makefile.o_OBJS = $(OBJDIR)makefile.o
makefile.o_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS) -o $(OBJDIR)makefile.o
makefile.o_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS)
$(OBJDIR)configure.o: configure.c configure.h makefile.h ../config.h
$(CC) $(configure_CFLAGS) -o $(OBJDIR)configure.o -c configure.c

View File

@ -29,7 +29,6 @@ sources=makedepend.c
[makefile.o]
type=object
cflags=-o $(OBJDIR)makefile.o
sources=makefile.c
[makefile.c]