projects
/
oweals
/
hwids.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16e67ec
)
Fix makefile.
hwids-20121208.3
author
Diego Elio Pettenò
<flameeyes@flameeyes.eu>
Sat, 8 Dec 2012 11:46:25 +0000
(12:46 +0100)
committer
Diego Elio Pettenò
<flameeyes@flameeyes.eu>
Sat, 8 Dec 2012 11:46:25 +0000
(12:46 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 15d62deba3c17520a5517a1101db55b9bcca1742..ce19eca525750651979114be0b635678885a49b1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-7,11
+7,11
@@
else
endif
ifeq "$(UDEV)" "yes"
- ALL_TARGETS=
"compress udev-hwdb"
- INSTALL_TARGETS=
"install-base install-hwdb"
+ ALL_TARGETS=
compress udev-hwdb
+ INSTALL_TARGETS=
install-base install-hwdb
else
- ALL_TARGETS=
"compress"
- INSTALL_TARGETS=
"install-base"
+ ALL_TARGETS=
compress
+ INSTALL_TARGETS=
install-base
endif
all: $(ALL_TARGETS)