Skip to content

Instantly share code, notes, and snippets.

@mcs07
Created January 3, 2016 14:17
Show Gist options
  • Save mcs07/20313980c433a2305a07 to your computer and use it in GitHub Desktop.
Save mcs07/20313980c433a2305a07 to your computer and use it in GitHub Desktop.
Remove Makefile.dep from OSRA makefile so it compiles without java
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