From d1ef8fd76d2f07a26867458922919593fc6e78b4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 22 Jul 2017 15:45:09 -0400 Subject: Makefile: Define OBJEXT The "mostlyclean-compile" target runs `-rm -f *.$(OBJEXT)`, which of course results in `rm -f *.` if OBJEXT is not set. --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a3a227f..2207add 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,7 @@ MANUAL = ProteanOS Archive Manager Manual TEXTDOMAIN = $$(printf '%s\n' '$(PACKAGE)' | sed -e 's|-|_|g') SUFFIXES = .sh .sho .ms .1in .1 +OBJEXT = sho # This PACKAGE_VERSION stuff is a rather gross hack, but it's the only reliable # way to put Git commit information in the prokit executable. Setting -- cgit v0.9.1