Explorar el Código

Removed md5c.c

svn: 146
Bryan Drewery hace 23 años
padre
commit
8e335639c7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      misc/maketype

+ 2 - 2
misc/maketype

@@ -3,8 +3,8 @@
 cd $PWD
 if test ! -f stamp.$1
 then
-  cfiles="`find src -name \*.c`"
-  cfiles="`grep -l \"def [H|L][U|E][B|A]\" $cfiles` src/md5/md5c.c"
+  flist="`find src -name \*.c`"
+  cfiles="`grep -l \"def [H|L][U|E][B|A]\" $flist`"
   for s in $cfiles 
   do
     bleh="`echo $s | cut -d / -f 2`";