Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
b757173d
Commit
b757173d
authored
Dec 01, 2010
by
Matthias Braun
Browse files
make Makefile robust against deleted headers
[r28176]
parent
cbb0abb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b757173d
...
...
@@ -39,6 +39,11 @@ VPATH = $(srcdir)
.PHONY
:
all
all
:
firm
# This rule is necessary so that make does not abort if headers get deleted
# (the deleted header might still be referenced in a .d file)
%.h
:
@
:
# A very naive way to create a config.h if it is missing
$(srcdir)config.h
:
@
echo
MakeConfig
$@
...
...
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