Fix checkin into wrong hg branch.
--HG-- branch : default-branch
This commit is contained in:
commit
391cb0f2cd
7
Makefile
7
Makefile
|
@ -11,9 +11,12 @@ DEFAULT_PLATFORM = pc86
|
|||
|
||||
ACK_TEMP_DIR = /tmp
|
||||
|
||||
# Where is the ACK going to be installed, eventually?
|
||||
# Where is the ACK going to be installed, eventually? If you don't want to
|
||||
# install it and just want to run the ACK from the build directory
|
||||
# (/tmp/ack-build/staging, by default), leave this as $(INSDIR).
|
||||
|
||||
PREFIX = /usr/local
|
||||
#PREFIX = /usr/local
|
||||
PREFIX = $(INSDIR)
|
||||
|
||||
# Where do you want to put the object files used when building?
|
||||
|
||||
|
|
|
@ -82,10 +82,9 @@ AtEoIF()
|
|||
}
|
||||
IncludeLevel--;
|
||||
#endif
|
||||
if (WorkingDir[0] != '\0') free(WorkingDir);
|
||||
/* We don't free WorkingDir and FileName here because the rest of the
|
||||
* compiler may be holding pointers to them for displaying error messages.
|
||||
*/
|
||||
#endif /* NOPP */
|
||||
#ifndef LINT
|
||||
if (FileName != source) free(FileName);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue