Hello,
I'm doing an NMU of upsd to fix #353315; diff attached.
Thanks,
Matej
diff -u upsd-2.6/debian/changelog upsd-2.6/debian/changelog
--- upsd-2.6/debian/changelog
+++ upsd-2.6/debian/changelog
@@ -1,3 +1,11 @@
+upsd (2.6-4.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Makefile: Fix build failure with make 3.81+. Thanks to Matt Kraai
+ for the patch. Closes: #353315.
+
+ -- Matej Vela <[EMAIL PROTECTED]> Sun, 26 Feb 2006 22:52:09 +0100
+
upsd (2.6-4) unstable; urgency=low
* more cleanups
diff -u upsd-2.6/Makefile upsd-2.6/Makefile
--- upsd-2.6/Makefile
+++ upsd-2.6/Makefile
@@ -107,3 +107,3 @@
.c.o:
- $(CC) $(DEBUG) $(CFLAGS) $(PWRSTAT)\
+ $(CC) $(DEBUG) $(CFLAGS) $(PWRSTAT) \
$(CFGFILE) $(UPSSTAT) $(VER) -c $< -o $@