Adjustment to use wmldepend.pl
authorJoey Schulze <joey@infodrom.org>
Wed, 6 Aug 2003 13:22:45 +0000 (13:22 +0000)
committerJoey Schulze <joey@infodrom.org>
Wed, 6 Aug 2003 13:22:45 +0000 (13:22 +0000)
src/Makefile

index 40e83d9..2e58cda 100644 (file)
@@ -40,7 +40,7 @@ test:
        make -C $(ROOT_PREFIX).. test
 
 depend .depend:
-       $(ROOT_PREFIX)../bin/wmldepend.sh $(IFLAGS) $(WML_FILES) > .depend
+       $(ROOT_PREFIX)../bin/wmldepend.pl $(IFLAGS) $(WML_FILES) > .depend
 
 rdepend:
        make depend