diff options
Diffstat (limited to 'boehm-gc/EMX_MAKEFILE')
-rw-r--r-- | boehm-gc/EMX_MAKEFILE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/EMX_MAKEFILE b/boehm-gc/EMX_MAKEFILE index 1ade12adc5c..54a06ce3881 100644 --- a/boehm-gc/EMX_MAKEFILE +++ b/boehm-gc/EMX_MAKEFILE @@ -72,7 +72,7 @@ SPECIALCFLAGS = all: gc.a gctest.exe $(OBJS) test.o: $(srcdir)/gc_priv.h $(srcdir)/gc_hdrs.h $(srcdir)/gc.h \ - $(srcdir)/config.h $(srcdir)/gc_typed.h + $(srcdir)/gcconfig.h $(srcdir)/gc_typed.h # The dependency on Makefile is needed. Changing # options such as -DSILENT affects the size of GC_arrays, # invalidating all .o files that rely on gc_priv.h |