Repositories
/
olsrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
86361d1
)
* fixed wrong if
author
Bernd Petrovitsch
<bernd@firmix.at>
Wed, 14 Feb 2007 21:47:06 +0000
(21:47 +0000)
committer
Bernd Petrovitsch
<bernd@firmix.at>
Wed, 14 Feb 2007 21:47:06 +0000
(21:47 +0000)
lib/Makefile
patch
|
blob
|
history
diff --git
a/lib/Makefile
b/lib/Makefile
index
42ca9e6
..
dcb2df6
100644
(file)
--- a/
lib/Makefile
+++ b/
lib/Makefile
@@
-1,5
+1,5
@@
# This is quite ougly but at least it works
# This is quite ougly but at least it works
-if
n
eq ($(OS),linux)
+ifeq ($(OS),linux)
SUBDIRS := $(shell find -maxdepth 2 -name Makefile -not -path ./Makefile -printf "%h\n")
else
SUBDIRS := dot_draw dyn_gw dyn_gw_plain httpinfo mini nameservice pgraph secure txtinfo
SUBDIRS := $(shell find -maxdepth 2 -name Makefile -not -path ./Makefile -printf "%h\n")
else
SUBDIRS := dot_draw dyn_gw dyn_gw_plain httpinfo mini nameservice pgraph secure txtinfo