* support/regression/Makefile.in:
[fw/sdcc] / support / regression / Makefile.in
index 92cbf37a6485d699fb186ee9bf8e8daea57af252..c9cb851a144adf5f4b900beaedb3aafba64eeb8f 100644 (file)
@@ -177,9 +177,9 @@ endif
 make_library: $(MAKE_LIBRARY)
 
 SDCCFLAGS += -I$(srcdir)/fwk/include -I$(srcdir)/tests
-#ifdef INC_DIR
-SDCCFLAGS += -I$(INC_DIR)
-#endif
+ifdef INC_DIR
+  SDCCFLAGS += -I$(INC_DIR)
+endif
 
 # List of intermediate files to keep.  Pretty much keep everything as
 # disk space is free.