have Make built again

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15548 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-12-15 19:05:32 +00:00
parent d0abcc6fd2
commit 9257239ca8
3 changed files with 9 additions and 3 deletions

View File

@ -1,10 +1,13 @@
SubDir HAIKU_TOP src bin make ;
SetSubDirSupportedPlatformsBeOSCompatible ;
# filter warnings we don't want here
TARGET_WARNING_CCFLAGS = [ FFilter $(TARGET_WARNING_CCFLAGS)
: -Wall -Wmissing-prototypes -Wsign-compare ] ;
SubDirHdrs [ FDirName $(SUBDIR) glob ] ;
SubDirSysHdrs [ FDirName $(SUBDIR) glob ] ;
SubDirSysHdrs [ FDirName $(SUBDIR) ] ;
SubDirCcFlags -DHAVE_CONFIG_H ;

View File

@ -45,7 +45,7 @@
/* #undef HAVE_BROKEN_RESTART */
/* Define to 1 if you have the `bsd_signal' function. */
#define HAVE_BSD_SIGNAL 1
/* #undef HAVE_BSD_SIGNAL */
/* Define if you have the clock_gettime function. */
/* #undef HAVE_CLOCK_GETTIME */

View File

@ -1,12 +1,15 @@
SubDir HAIKU_TOP src bin make glob ;
SetSubDirSupportedPlatformsBeOSCompatible ;
# filter warnings we don't want here
TARGET_WARNING_CCFLAGS = [ FFilter $(TARGET_WARNING_CCFLAGS)
: -Wall -Wmissing-prototypes -Wsign-compare ] ;
SubDirCcFlags -DHAVE_CONFIG_H ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
SubDirSysHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
SubDirSysHdrs [ FDirName $(SUBDIR) ] ;
StaticLibrary <make>libglob.a :
fnmatch.c