summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-03 11:52:13 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-03 11:52:13 +0200
commit24a29a1348357ed055c4ec04b7f19873e60909ac (patch)
treef8ef8aa5f56291ad0ce21160edcdcfc4b69ca962 /Makefile.in
parentreg2bin: Shrink output by reusing common strings (diff)
downloadcore-24a29a1348357ed055c4ec04b7f19873e60909ac.tar.gz
core-24a29a1348357ed055c4ec04b7f19873e60909ac.zip
Undo temporary change accidentally committed
Change-Id: Iec24cb165009d4769ee3068739c6edc222799017
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 6565ab8d47ab..52df78f26bf8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -328,9 +328,7 @@ ifeq ($(ENABLE_MACOSX_SANDBOX),YES)
entitlements:=--entitlements $(SRC_ROOT)/lo.xcent
endif
-dev-install: build do-dev-install
-
-do-dev-install:
+dev-install: build
@rm -rf $(DEVINSTALLDIR)
@mkdir $(DEVINSTALLDIR)
ifeq ($(OS_FOR_BUILD),WNT)