makefile: make SUBDIRS constant

next
Michael Stapelberg 2011-10-02 16:03:09 +01:00
parent 679bceccc4
commit e73812802c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ else
UNUSED:=$(shell $(MAKE) loglevels.h)
endif
SUBDIRS=i3-msg i3-input i3-nagbar i3-config-wizard i3bar
SUBDIRS:=i3-msg i3-input i3-nagbar i3-config-wizard i3bar
# Depend on the specific file (.c for each .o) and on all headers
src/%.o: src/%.c ${HEADERS}