Commit 1805718d authored by Eric Andersen's avatar Eric Andersen
Browse files

Doh! Disable debugging

parent 6eb2f7aa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@ $(TINYLOGIN_DIR)/Config.h: $(DL_DIR)/$(TINYLOGIN_SOURCE)
	perl -i -p -e "s/\`id -u\` -ne 0/0 == 1/;" \
		-e "s/4755 --owner=root --group=root/755/" \
		$(TINYLOGIN_DIR)/install.sh
	perl -i -p -e "s/^DODEBUG.*/DODEBUG=true/g;" $(TINYLOGIN_DIR)/Makefile
	perl -i -p -e "s/^DOSTATIC.*/DOSTATIC=false/g;" $(TINYLOGIN_DIR)/Makefile
	perl -i -p -e "s/^DODEBUG.*/DODEBUG=false/g;" $(TINYLOGIN_DIR)/Makefile
	# date test this one
	touch $(TINYLOGIN_DIR)/Config.h