[lwatch-cvs] files/src Makefile.am,1.7,1.8
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-14 17:53:00
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19715/src Modified Files: Makefile.am Log Message: Let's create default input fifo during installation. Index: Makefile.am =================================================================== RCS file: /cvsroot/lwatch/files/src/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile.am 24 Mar 2003 13:43:22 -0000 1.7 --- Makefile.am 14 Aug 2004 17:52:51 -0000 1.8 *************** *** 4,5 **** --- 4,9 ---- dist_sysconf_DATA = lwatch.conf CLEANFILES = yparse.c stamp-h.in *~ + + install-data-hook: + mkdir -p `echo $(DESTDIR)@INPUTFILE@ | $(SED) -e 's#/[^/]*$$##'` + mknod $(DESTDIR)@INPUTFILE@ p |