diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-03 11:52:13 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-03 11:52:13 +0200 |
commit | 24a29a1348357ed055c4ec04b7f19873e60909ac (patch) | |
tree | f8ef8aa5f56291ad0ce21160edcdcfc4b69ca962 /Makefile.in | |
parent | 02b9e755f71227d91fc93bf940699da6772c5b33 (diff) |
Undo temporary change accidentally committed
Change-Id: Iec24cb165009d4769ee3068739c6edc222799017
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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) |