From e4036dad1a59ee0e12d4af92e127ccbbfcf1a43d Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 28 Mar 1999 22:59:39 +0000 Subject: [PATCH] DEP_@FPFX@COMPILE was defined in the middle of the license text --- depend2.am | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/depend2.am b/depend2.am index 9f60b042b..36049cdd1 100644 --- a/depend2.am +++ b/depend2.am @@ -11,16 +11,17 @@ ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +## 02111-1307, USA. + + ## Note that this must all be on one line to avoid a problem with ## automake's `.am' file reader. This is a convenience macro a user ## can use to run a compilation. You should set the shell variables ## `file' and `compile' first. DEP_@FPFX@COMPILE = $(DEP_@FPFX@PRECOMP); echo " $$compile -c $$file"; $$compile $(DEP_@FPFX@FLAG) -c $$file; status=$$?; if test "$$status" -ne 0; then exit $$status; else $(DEP_@FPFX@POSTCOMP); fi - -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -## 02111-1307, USA. @EXT@.o: @file='$<'; compile='$(@PFX@COMPILE)'; \ $(DEP_@FPFX@COMPILE) -- 2.47.2