projects
/
file
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4060922
)
$> does not work all the time
author
Christos Zoulas
<christos@zoulas.com>
Sun, 6 Jan 2013 21:14:17 +0000
(21:14 +0000)
committer
Christos Zoulas
<christos@zoulas.com>
Sun, 6 Jan 2013 21:14:17 +0000
(21:14 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index c504c49567cb121075b0c0597e3dafa86f2c1524..c4a8d70046a251fcaa9aac19b3f51a4db4c72417 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-22,6
+22,7
@@
libmagic_la_LIBADD = $(LTLIBOBJS) $(MINGWLIBS)
file_SOURCES = file.c
file_LDADD = libmagic.la
CLEANFILES = magic.h
+HDR= $(top_srcdir)/src/magic.h.in
-magic.h: $
(top_srcdir)/src/magic.h.in
- sed -e "s/X.YY/$$(echo @VERSION@ | tr -d .)/" < $
>
> $@
+magic.h: $
{HDR}
+ sed -e "s/X.YY/$$(echo @VERSION@ | tr -d .)/" < $
{HDR}
> $@