Created
January 3, 2016 14:17
-
-
Save mcs07/20313980c433a2305a07 to your computer and use it in GitHub Desktop.
Remove Makefile.dep from OSRA makefile so it compiles without java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/Makefile b/src/Makefile | |
index 031a499..3ba2de7 100644 | |
--- a/src/Makefile | |
+++ b/src/Makefile | |
@@ -3,7 +3,6 @@ | |
# | |
include ../Makefile.inc | |
-include Makefile.dep | |
.PHONY: clean_obj | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment