diff options
author | Hasso Tepper <hasso@estpak.ee> | 2008-04-09 10:56:12 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-04-09 10:56:12 -0700 |
commit | 43887cf3967515f8e910e5091718e8e4f3a2edf7 (patch) | |
tree | 7e0959b96e44a126a2143c806509917613d47ea7 /src/glw | |
parent | 9f8df2d07f47b970b98ebcf98180022e03fbee52 (diff) |
Add $(X11_INCLUDES) to shut makedepend up.
Diffstat (limited to 'src/glw')
-rw-r--r-- | src/glw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glw/Makefile b/src/glw/Makefile index 727c5838be5..ce6a30e9de3 100644 --- a/src/glw/Makefile +++ b/src/glw/Makefile @@ -61,7 +61,7 @@ $(TOP)/$(LIB_DIR)/$(GLW_LIB_NAME): $(OBJECTS) depend: $(GLW_SOURCES) touch depend $(MKDEP) $(MKDEP_OPTIONS) -I$(TOP)/include $(GLW_SOURCES) \ - > /dev/null + $(X11_INCLUDES) > /dev/null include depend |