fixed makefile
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:55:06 +0000 (16:55 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:55:06 +0000 (16:55 +0000)
Author: jgg
Date: 1999-10-31 07:25:11 GMT
fixed makefile

buildlib/makefile.in

index 7fceb9f..9fd9bd5 100644 (file)
@@ -5,6 +5,7 @@
 ifndef NOISY
 .SILENT:
 endif
+include environment.mak
 
 SRCDIR=@top_srcdir@
 DIRS:=./docs ./bin ./obj ./include ./scripts
@@ -35,7 +36,7 @@ ifneq ($(words $(MISSING_DIRS)),0)
 else
        @echo > /dev/null
 endif  
-ifneq ($(HAVE_C9X),yes)
+ifeq ($(HAVE_C9X),yes)
        -@rm include/inttypes.h 
 else
        @cp $(SRCDIR)/buildlib/inttypes.h.in include/inttypes.h