Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
a70693ca
Commit
a70693ca
authored
May 21, 1999
by
Martin Mareš
Browse files
Don't forget to export CPPFLAGS to GCC. :)
parent
a07e9d82
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/Rules.in
View file @
a70693ca
...
...
@@ -16,7 +16,7 @@ all-dirs:=$(static-dirs) $(dynamic-dirs)
clean-dirs:=$(all-dirs) proto sysdep
dir-objs:=$(addprefix $(objdir)/,$(all-dirs))
CPPFLAGS=-I$(root-rel) -I$(srcdir)
CPPFLAGS=-I$(root-rel) -I$(srcdir)
@CPPFLAGS@
CFLAGS=$(CPPFLAGS) @CFLAGS@
LDFLAGS=
LIBS=@LIBS@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment