No longer explicitly force the object name for the "makefile.o" object target
This commit is contained in:
parent
664e04a60f
commit
b221d55c6a
@ -34,7 +34,7 @@ $(OBJDIR)makedepend: $(makedepend_OBJS)
|
|||||||
$(CC) -o $(OBJDIR)makedepend $(makedepend_OBJS) $(makedepend_LDFLAGS)
|
$(CC) -o $(OBJDIR)makedepend $(makedepend_OBJS) $(makedepend_LDFLAGS)
|
||||||
|
|
||||||
makefile.o_OBJS = $(OBJDIR)makefile.o
|
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
|
$(OBJDIR)configure.o: configure.c configure.h makefile.h ../config.h
|
||||||
$(CC) $(configure_CFLAGS) -o $(OBJDIR)configure.o -c configure.c
|
$(CC) $(configure_CFLAGS) -o $(OBJDIR)configure.o -c configure.c
|
||||||
|
@ -29,7 +29,6 @@ sources=makedepend.c
|
|||||||
|
|
||||||
[makefile.o]
|
[makefile.o]
|
||||||
type=object
|
type=object
|
||||||
cflags=-o $(OBJDIR)makefile.o
|
|
||||||
sources=makefile.c
|
sources=makefile.c
|
||||||
|
|
||||||
[makefile.c]
|
[makefile.c]
|
||||||
|
Loading…
Reference in New Issue
Block a user