diff options
Diffstat (limited to 'src/glw/Makefile')
-rw-r--r-- | src/glw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glw/Makefile b/src/glw/Makefile index cf412b225e..b153a6df75 100644 --- a/src/glw/Makefile +++ b/src/glw/Makefile @@ -64,6 +64,7 @@ $(TOP)/$(LIB_DIR)/$(GLW_LIB_NAME): $(OBJECTS) # by any source file. # depend: $(GLW_SOURCES) + rm -f depend touch depend $(MKDEP) $(MKDEP_OPTIONS) -I$(TOP)/include $(GLW_SOURCES) \ $(X11_INCLUDES) > /dev/null |