CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/28 02:21:56
Modified files:
gnu/usr.bin/binutils/gdb/doc: Makefile.in
Log message:
make warns about POST_INSTALL being empty.
other similar makefiles define POST_INSTALL = :
so even the GNU guys are aware this might be non standard.
fix it.
okay krw@ kettenis@
