aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-03-18 23:20:43 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-03-18 23:20:43 -0500
commitc814026918d4e3e9e4b053da703b68bca4e33716 (patch)
tree79e4e750aac7483d0e52782e950d3fc460347324
parent313fde0cda95da5175ed2e6c37dc5463ec700046 (diff)
downloadluancurses-c814026918d4e3e9e4b053da703b68bca4e33716.tar.gz
luancurses-c814026918d4e3e9e4b053da703b68bca4e33716.zip
hack to not bring in deps for all of /usr/include - will need to split out the different types of include paths if there's a need later on
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a41c17e..7f28bac 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ clean :
rm -f $(OBJ) $(BIN)
dep :
- makedepend $(INCLUDES) $(DEFINES) -Y $(SRC) > /dev/null 2>&1
+ makedepend $(DEFINES) -Y $(SRC) > /dev/null 2>&1
rm -f Makefile.bak
install :