From 12f19801bf46ecceda69e476119a787e405ff904 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 02 Jun 2013 10:12:27 -0400 Subject: Delete upstream source directory. --- (limited to 'src/libbb/Makefile.am') diff --git a/src/libbb/Makefile.am b/src/libbb/Makefile.am deleted file mode 100644 index 1cc82df..0000000 --- a/src/libbb/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -HOST_CPU=@host_cpu@ -BUILD_CPU=@build_cpu@ -ALL_CFLAGS=-g -O -Wall -DHOST_CPU_STR=\"@host_cpu@\" -DBUILD_CPU=@build_cpu@ - -noinst_LTLIBRARIES = libbb.la - -libbb_la_SOURCES = gz_open.c \ - libbb.h \ - unzip.c \ - wfopen.c \ - unarchive.c \ - copy_file.c \ - copy_file_chunk.c \ - xreadlink.c \ - concat_path_file.c \ - xfuncs.c \ - last_char_is.c \ - make_directory.c \ - safe_strncpy.c \ - parse_mode.c \ - time_string.c \ - all_read.c \ - mode_string.c - -libbb_la_CFLAGS = $(ALL_CFLAGS) -#libbb_la_LDFLAGS = -static -- cgit v0.9.1