diff src/make-src-depend @ 4552:9c1cfceab252

Automated merge with file:/Sources/xemacs-21.5-checked-out
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 13 Mar 2008 10:24:34 +0100
parents 6dffa171b748
children f23cd0184dcf
line wrap: on
line diff
--- a/src/make-src-depend	Thu Mar 13 10:21:01 2008 +0100
+++ b/src/make-src-depend	Thu Mar 13 10:24:34 2008 +0100
@@ -115,7 +115,7 @@
   my $file = shift;
   my $ofile = $file; $ofile =~ s/c$/o/; print "$ofile: ";
   if (exists $uses{$file}{'lisp.h'}) {
-    delete @{%{$uses{$file}}}{@LISP_H};
+    delete $uses{$file}{@LISP_H};
     $uses{$file}{'$(LISP_H)'} = 1;
   }
   # Note: If both config.h and lisp.h are dependencies, config.h got deleted