Skip to content

Commit

Permalink
Merge branch 'timbuncegh-218-INC-20240503' into debug-makefilepl-2024…
Browse files Browse the repository at this point in the history
…0504
  • Loading branch information
jkeenan committed May 4, 2024
2 parents a399e8e + 4298325 commit 2ca8dd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ my $cpp = $Config{cpprun} || do {
};

print "Looking for header files and functions...\n";
my $INCLUDE;

my $h_files;
my @h_dirs;
Expand Down Expand Up @@ -192,7 +191,7 @@ WriteMakefile(
FUNCLIST => ['boot_Devel__NYTProf', 'boot_Devel__NYTProf__FileHandle'],
EXE_FILES => ['bin/nytprofhtml', 'bin/flamegraph.pl', 'bin/nytprofcsv', 'bin/nytprofcalls', 'bin/nytprofcg', 'bin/nytprofmerge'],
@man,
INC => $INCLUDE,
INC => undef,
clean => {
FILES => join(" ",
"nytprof demo-out",
Expand Down

0 comments on commit 2ca8dd7

Please sign in to comment.