KeymapSwitcher: fix build

This commit is contained in:
Sergei Reznikov
2015-08-16 13:18:07 +03:00
parent 3e59b8336c
commit 1867aa2865

View File

@@ -1,4 +1,4 @@
From 5b34e6a6930216d0855e58bebc168e6dc50f76cc Mon Sep 17 00:00:00 2001
From cfd8a405edcb8bbcdb3633f9d7633b98ba05a87d Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
Date: Fri, 7 Feb 2014 15:24:16 +0100
Subject: Fix gcc2 build.
@@ -17,5 +17,28 @@ index 251fb38..de49f94 100644
class MoveButton : public BPictureButton
{
--
1.8.3.4
2.2.2
From 42ab04de2139b956780cffb7d08d11c03b8217c0 Mon Sep 17 00:00:00 2001
From: Sergei Reznikov <diver@gelios.net>
Date: Sun, 16 Aug 2015 13:15:45 +0300
Subject: fix makefile syntax
diff --git a/addon.makefile b/addon.makefile
index c937325..86c9456 100644
--- a/addon.makefile
+++ b/addon.makefile
@@ -122,7 +122,7 @@ all: _APP_ default
## include the makefile-engine
include $(BUILDHOME)/etc/makefile-engine
-clean ::
+clean :
rm -f _APP_
$(TARGET) : _APP_
--
2.2.2