X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile;h=d643a083baedfe613db5ffba5b500a6869754e56;hb=ae07d2928774373ab07c99189824c50ff70ed0ee;hp=3fffb0f48a2cca4e7764210b0fed0b5d89c9a039;hpb=342c533f49c734dd63afb07a92a8915156369c7d;p=libfirm diff --git a/Makefile b/Makefile index 3fffb0f48..d643a083b 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,6 @@ $(srcdir)config.h: $(Q)echo "#define libfirm_VERSION_MAJOR 1" >> $@ $(Q)echo "#define libfirm_VERSION_MICRO 0" >> $@ $(Q)echo "#define libfirm_VERSION_MINOR 20" >> $@ - $(Q)echo "#define HAVE_LONG_DOUBLE 1" >> $@ # libFirm libfirm_DIRS := \ @@ -67,6 +66,7 @@ libfirm_DIRS := \ ir/ir \ ir/lower \ ir/libcore \ + ir/lpp \ ir/opt \ ir/st \ ir/stat \