]> git.tuebingen.mpg.de Git - lopsub.git/blobdiff - Makefile
Fix typo in config file test program.
[lopsub.git] / Makefile
index 548c96ff0e6298e29d8f247940a4f446e6757d35..ac9656eda6d2737a52d36de816d8f16850365d10 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,8 @@ INSTALL := install
 GZIP := gzip -fn9
 ZCAT := zcat
 
+CC += -ffile-prefix-map=$(CURDIR)=.
+
 dummy != $(M4) /dev/null || printf 'failed'
 ifeq ($(dummy), failed)
 $(error m4 is required to build this package)
@@ -149,4 +151,4 @@ clean:
 distclean: clean
        $(RM) *.lsg.c *.lsg.h lopsubgen.c config_file.c lopsubgen-stage1 \
                lopsub.h lopsub.7 lopsub-suite.5 version.c
-
+-include Makefile.local