diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:57 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:57 +0000 |
commit | 6f27a7fc6c8471534c5cee39cffdc2def1388bdc (patch) | |
tree | bcf6145945cff4c721ffc1f9256bffe43e965069 /buildlib/defaults.mak | |
parent | a246f2dc8c6084d857edb2792ce6b37c794e3d69 (diff) |
Sync
Author: jgg
Date: 1998-09-12 02:46:25 GMT
Sync
Diffstat (limited to 'buildlib/defaults.mak')
-rw-r--r-- | buildlib/defaults.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib/defaults.mak b/buildlib/defaults.mak index e9e7546fe..a70d4acd8 100644 --- a/buildlib/defaults.mak +++ b/buildlib/defaults.mak @@ -95,7 +95,7 @@ $(INCLUDE)/%.h $(addprefix $(INCLUDE)/,$(addsuffix /%.h,$(HEADER_TARGETDIRS))) : # makedep program that can be called after compiling, that's illistrated # by the DEPFLAG case. # Compile rules are expected to call this macro after calling the compiler - ifdef INLINEDEPFLAG +ifdef INLINEDEPFLAG define DoDep sed -e "1s/.*:/$(subst /,\\/,$@):/" $(basename $(@F)).d > $(DEP)/$(basename $(@F)).d -rm -f $(basename $(@F)).d |