chiark / gitweb /
Remove redundant rule.
authormdw <mdw>
Tue, 6 Feb 2001 09:38:46 +0000 (09:38 +0000)
committermdw <mdw>
Tue, 6 Feb 2001 09:38:46 +0000 (09:38 +0000)
Makefile.am

index 29fa7e5f5bfa61d2899734ac6bd1d443e0b24161..84ea36f07dac929424a5c584b6bc0cebb863c38c 100644 (file)
@@ -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