summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2017-11-28 18:30:05 +0100
committernsensfel <SpamShield0@noot-noot.org>2017-11-28 18:30:05 +0100
commit16e106fcc4eb3c030ffa59cb2e43e948ed6e21cb (patch)
tree89a9e88b04cd5ed2f5da5df9587108a6fbc8cea4 /Makefile
parentcd729553daf0680666f39b39991eeff80e0eca3e (diff)
Woops, wrong order for the dependencies.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1fa7676..d7432b2 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ clean:
rm -rf $(BIN_DIR)/*
-$(INCLUDE_DIR)/yaws_api.hrl: $(INCLUDE_DIR) $(YAWS_API_HEADER)
+$(INCLUDE_DIR)/yaws_api.hrl: $(YAWS_API_HEADER) $(INCLUDE_DIR)
cp $^ $@
$(BIN_DIR):