From e3d52442839bf402fd4a5233a6e34eeb39e124aa Mon Sep 17 00:00:00 2001 From: cieciwa Date: Mon, 17 Apr 2000 18:49:29 +0000 Subject: [PATCH] - patch for fixes missing "*/" in file include/app_version.h. Changed files: apcupsd-Makefile-fix.patch -> 1.1 --- apcupsd-Makefile-fix.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 apcupsd-Makefile-fix.patch diff --git a/apcupsd-Makefile-fix.patch b/apcupsd-Makefile-fix.patch new file mode 100644 index 0000000..448b33b --- /dev/null +++ b/apcupsd-Makefile-fix.patch @@ -0,0 +1,20 @@ +--- Makefile.org Mon Apr 17 21:40:55 2000 ++++ Makefile Mon Apr 17 21:41:19 2000 +@@ -201,7 +201,7 @@ + @$(ECHO) >> .ver + @$(ECHO) \#ifndef __$(OS)__ >> .ver + @$(ECHO) \#define __$(OS)__ >> .ver +- @$(ECHO) \#endif /*\ __$(OS)__ *\/ >> .ver ++ @$(ECHO) \#endif /*\ __$(OS)__ \*\/ >> .ver + @$(ECHO) >> .ver + @if [ -d /usr/include/ncurses ]; then \ + if [ -f /usr/include/ncurses/curses.h ]; then \ +@@ -227,7 +227,7 @@ + $(ECHO) \#undef __CURSES__ >> .ver; \ + fi + @$(ECHO) >> .ver +- @$(ECHO) \#endif /*\_APC_VERSION_H *\/ >> .ver ++ @$(ECHO) \#endif /*\_APC_VERSION_H \*\/ >> .ver + @$(MV) -f .ver $@ + + ifdef MUSIC -- 2.44.0