Repositories
/
olsrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2a44879
)
On FreeBSD we do not have __FreeBSD__ in $(DEFINES).
author
Thomas Lopatic
<thomas@lopatic.de>
Wed, 1 Dec 2004 20:50:14 +0000
(20:50 +0000)
committer
Thomas Lopatic
<thomas@lopatic.de>
Wed, 1 Dec 2004 20:50:14 +0000
(20:50 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
1b47e8a
..
5c890f2
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-35,7
+35,7
@@
# to the project. For more information see the website or contact
# the copyright holders.
#
# to the project. For more information see the website or contact
# the copyright holders.
#
-# $Id: Makefile,v 1.3
4 2004/12/01 20:47:33
tlopatic Exp $
+# $Id: Makefile,v 1.3
5 2004/12/01 20:50:14
tlopatic Exp $
VERS = 0.4.8
VERS = 0.4.8
@@
-83,7
+83,7
@@
SRCS += $(wildcard src/bsd/*.c) $(wildcard src/unix/*.c)
HDRS += $(wildcard src/bsd/*.h) $(wildcard src/unix/*.h)
CFLAGS ?= -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -g
LIBS = -lm
HDRS += $(wildcard src/bsd/*.h) $(wildcard src/unix/*.h)
CFLAGS ?= -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -g
LIBS = -lm
-MAKEDEPEND = makedepend -f $(DEPFILE)
$(DEFINES)
$(INCLUDES) $(SRCS)
+MAKEDEPEND = makedepend -f $(DEPFILE)
-D__FreeBSD__
$(INCLUDES) $(SRCS)
else
ifeq ($(OS), osx)
else
ifeq ($(OS), osx)