Allow to build "sed" for BeOS; it's needed to make the

AddSourceDirectoryToHaikuImage work there (it currently only works on Linux).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24057 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-02-22 10:10:41 +00:00
parent df2b006ef3
commit 6181b4f204
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
SubDir HAIKU_TOP src bin sed lib ;
SetSubDirSupportedPlatformsBeOSCompatible ;
SubDirCcFlags -DHAVE_CONFIG_H -w ;
SubDirSysHdrs $(SUBDIR) ;
SubDirSysHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
+2
View File
@@ -1,5 +1,7 @@
SubDir HAIKU_TOP src bin sed sed ;
SetSubDirSupportedPlatformsBeOSCompatible ;
SubDirCcFlags -I ../lib -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' -w ;
SubDirSysHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ;
SubDirSysHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;