diff --git a/Makefile b/Makefile index ac2236e..ddd7965 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ pck_catalogs := $(wildcard po/*.po) .SUFFIXES: .po .mo .po.mo:; msgfmt $< -o $@ -all: tools +all: tools: make -C src @@ -50,7 +50,6 @@ install-dirs: $(INSTALL_DIR) $(DESTDIR)$(localstatedir)/run $(INSTALL_DIR) $(DESTDIR)$(localstatedir)/log $(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/modules.d/ - $(INSTALL_DIR) $(DESTDIR)/var/spool/gdm install-files: touch $(DESTDIR)$(localstatedir)/log/{btmp,lastlog,wtmp} @@ -62,7 +61,7 @@ install-files: done ln -sf rc.d/init.d/ $(DESTDIR)$(sysconfdir)/init.d -install: install-dirs install-tools install-files +install: install-dirs install-files dist: clean @git log > ChangeLog.git