some Makefile follow-up
This commit is contained in:
@@ -769,7 +769,7 @@ hacklib.a: hacklib.o
|
||||
../win/gnome/gn_rip.h: ../win/X11/rip.xpm
|
||||
cp ../win/X11/rip.xpm ../win/gnome/gn_rip.h
|
||||
|
||||
$(TARGETPFX)sfbase.o: sfbase.c $(HACK_H) ../include/sfprocs.h
|
||||
$(TARGETPFX)sfbase.o: sfbase.c $(HACK_H) ../include/sfprocs.h ../include/sfmacros.h
|
||||
|
||||
# date.c should be recompiled any time any of the source or include code
|
||||
# is modified.
|
||||
@@ -1242,7 +1242,7 @@ $(TARGETPFX)role.o: role.c $(HACK_H)
|
||||
$(TARGETPFX)rumors.o: rumors.c $(HACK_H) ../include/dlb.h
|
||||
$(TARGETPFX)save.o: save.c $(HACK_H)
|
||||
$(TARGETPFX)selvar.o: selvar.c $(HACK_H) ../include/sp_lev.h
|
||||
$(TARGETPFX)sfstruct.o: sfstruct.c $(HACK_H) ../include/sfprocs.h
|
||||
$(TARGETPFX)sfstruct.o: sfstruct.c $(HACK_H) ../include/sfprocs.h ../include/sfmacros.h
|
||||
$(TARGETPFX)shk.o: shk.c $(HACK_H)
|
||||
$(TARGETPFX)shknam.o: shknam.c $(HACK_H)
|
||||
$(TARGETPFX)sit.o: sit.c $(HACK_H) ../include/artifact.h
|
||||
|
||||
@@ -372,13 +372,14 @@ $(TARGETPFX)sf-restore.o: ../src/restore.c $(HACK_H)
|
||||
$(TARGET_CC) $(TARGET_CFLAGS) $(SFFLAGS) -o $@ -c ../src/restore.c
|
||||
$(TARGETPFX)sf-rumors.o: ../src/rumors.c $(HACK_H)
|
||||
$(TARGET_CC) $(TARGET_CFLAGS) $(SFFLAGS) -o $@ -c ../src/rumors.c
|
||||
$(TARGETPFX)sfbase.o: ../src/sfbase.c $(HACK_H)
|
||||
$(TARGETPFX)sfbase.o: ../src/sfbase.c $(HACK_H) ../include/sfmacros.h
|
||||
$(TARGET_CC) $(TARGET_CFLAGS) $(SFFLAGS) -o $@ -c ../src/sfbase.c
|
||||
$(TARGETPFX)sfdata.o: sfdata.c $(HACK_H) ../include/sfprocs.h ../include/sfproto.h
|
||||
$(TARGET_CC) $(TARGET_CFLAGS) $(SFFLAGS) -o $@ -c sfdata.c
|
||||
$(TARGETPFX)sfexpasc.o: sfexpasc.c $(HACK_H) ../include/sfprocs.h ../include/sfproto.h
|
||||
$(TARGETPFX)sfexpasc.o: sfexpasc.c $(HACK_H) ../include/sfprocs.h \
|
||||
../include/sfproto.h ../include/sfmacros.h
|
||||
$(TARGET_CC) $(TARGET_CFLAGS) $(SFFLAGS) -o $@ -c sfexpasc.c
|
||||
$(TARGETPFX)sf-struct.o: ../src/sfstruct.c $(HACK_H)
|
||||
$(TARGETPFX)sf-struct.o: ../src/sfstruct.c $(HACK_H) ../include/sfmacros.h
|
||||
$(TARGET_CC) $(TARGET_CFLAGS) $(SFFLAGS) -o $@ -c ../src/sfstruct.c
|
||||
$(TARGETPFX)strutil.o: ../src/strutil.c $(HACK_H)
|
||||
$(TARGET_CC) $(TARGET_CFLAGS) $(SFFLAGS) -o $@ -c ../src/strutil.c
|
||||
|
||||
Reference in New Issue
Block a user