projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9c8c246
)
Minor Makefile cleanup
author
Antonio Ospite <ospite@studenti.unina.it>
Fri, 6 Jan 2012 23:03:16 +0000
(
00:03
+0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Sat, 7 Jan 2012 00:59:32 +0000
(
01:59
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
b8515ad
..
20b44c4
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-41,9
+41,9
@@
bindir := $(PREFIX)/sbin
all: picoproj
all: picoproj
-CFLAGS += -D_BSD_SOURCE
-picoproj: picoproj.o
+CFLAGS += -D_BSD_SOURCE # for htole32()
+picoproj: picoproj.o
install: picoproj
install -d $(DESTDIR)$(bindir)
install: picoproj
install -d $(DESTDIR)$(bindir)