diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 291ee1edd60194f72ad4f97349ce5e4b355b2fca..b758201733c9c9ce9b5cbad5571232aa0261c28c 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -1,5 +1,5 @@
 //
-// "$Id: Enumerations.H,v 1.18.2.14.2.13 2001/11/29 21:24:49 easysw Exp $"
+// "$Id: Enumerations.H,v 1.18.2.14.2.14 2001/11/29 22:05:55 easysw Exp $"
 //
 // Enumerations for the Fast Light Tool Kit (FLTK).
 //
@@ -372,5 +372,5 @@ enum Fl_Damage {
 #endif
 
 //
-// End of "$Id: Enumerations.H,v 1.18.2.14.2.13 2001/11/29 21:24:49 easysw Exp $".
+// End of "$Id: Enumerations.H,v 1.18.2.14.2.14 2001/11/29 22:05:55 easysw Exp $".
 //
diff --git a/makesrcdist b/makesrcdist
index 5d4a2e96185ac74aacabee44fdc2b0a3b8ff5c6a..983a063252a04f2e761c0d5ebfb55af754fce5e2 100755
--- a/makesrcdist
+++ b/makesrcdist
@@ -47,7 +47,7 @@ cp demo.menu demod.menu
 
 for file in *.fl; do
 	echo $file
-	/usr/local/src/fltk-1.1/fluid/fluid -c $file
+	fluid -c $file
 	if test $? != 0; then
 		echo Error executing fluid: $?
 		exit 1