serno.h: remove it with make clean.
This commit is contained in:
parent
d6c17e5de2
commit
42c5dd7e01
3 changed files with 5 additions and 2 deletions
|
@ -45,3 +45,6 @@ install-exec-hook:
|
||||||
rm -f ${DESTDIR}${moduledir}/*.dll.a
|
rm -f ${DESTDIR}${moduledir}/*.dll.a
|
||||||
rm -f ${DESTDIR}${moduledir}/autoload/*.dll.a
|
rm -f ${DESTDIR}${moduledir}/autoload/*.dll.a
|
||||||
rm -f ${DESTDIR}${moduledir}/extensions/*.dll.a
|
rm -f ${DESTDIR}${moduledir}/extensions/*.dll.a
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
rm -f include/serno.h
|
||||||
|
|
|
@ -16,3 +16,5 @@ include/serno.h:
|
||||||
echo '#define DATECODE 0UL' >>include/serno.h; \
|
echo '#define DATECODE 0UL' >>include/serno.h; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
rm -f include/serno.h
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
#define SERNO "20160307-81204be"
|
|
||||||
#define DATECODE 1457395822UL
|
|
Loading…
Reference in a new issue