mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Argh. Our dependencies are screwed so make .o depend upon Makefile.in temporarily
This commit is contained in:
parent
526990149a
commit
df864f92e9
@ -625,7 +625,7 @@ else
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
|
||||
endif
|
||||
|
||||
%.o: %.c
|
||||
%.o: %.c Makefile.in
|
||||
ifneq (,$(filter OS2 WINNT,$(OS_ARCH)))
|
||||
$(CC) -Fo$@ -c $(CFLAGS) $<
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user