X-Git-Url: https://git.distorted.org.uk/~mdw/anag/blobdiff_plain/7d9d346880bc82ae06a2ddb694ddc9dc7e9bfc70..4ca2b0ce28fb8da9667f31776f8bc2e45b618a1b:/Makefile.am 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