From 4ca2b0ce28fb8da9667f31776f8bc2e45b618a1b Mon Sep 17 00:00:00 2001 From: mdw Date: Tue, 6 Feb 2001 09:38:46 +0000 Subject: [PATCH] Remove redundant rule. --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 29fa7e5..84ea36f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.3 2001/02/06 09:37:56 mdw Exp $ +## $Id: Makefile.am,v 1.4 2001/02/06 09:38:46 mdw Exp $ ## ## Makefile for Anag ## @@ -28,6 +28,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.4 2001/02/06 09:38:46 mdw +## Remove redundant rule. +## ## Revision 1.3 2001/02/06 09:37:56 mdw ## Clean the .jar file. ## @@ -49,7 +52,6 @@ anag_SOURCES = anag.c anag.h wildcard.c anagram.c trackword.c util.c all: anag.jar anag.jar: AnagGUI.class jar cf anag.jar *.class -AnagGUI.class: AnagGUI.java EXTRA_DIST = AnagGUI.java CLEANFILES = *.class *.jar -- 2.11.0